Release 10.1A: OpenEdge Development:
Messaging and ESB
getPropertyType function
Returns the message property’s data type.
Syntax
Parameters
propertyNameThe message property’s data type. Possible values are:
UNKNOWN,boolean,byte,short,char,int,long,float,double, orstring.Applies to
Message objects
Notes
- If the property was not set in the message, the
UNKNOWNis returned.- Since date-time values are transmitted as
Stringdata, the function cannot distinguish them from other strings. The 4GL programmer must know the order of properties in the header and call the correct function to interpret date-time values appropriately.See also
For more information, see the "Accessing message properties" section.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |